From: Øyvind Kolås Date: Tue, 27 Nov 2018 02:53:40 +0000 (+0100) Subject: tools: change debug tolerance to avoid segfaults X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~38 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=14c45a1bafef052e1c7470a456419136a3dad20b;p=babl.git tools: change debug tolerance to avoid segfaults --- diff --git a/tools/babl-verify.c b/tools/babl-verify.c index 5a1a447..2eaf0a3 100644 --- a/tools/babl-verify.c +++ b/tools/babl-verify.c @@ -17,8 +17,8 @@ int main (int argc, char **argv) if (!final) { - putenv ("BABL_DEBUG_CONVERSIONS" "=" "1"); - putenv ("BABL_TOLERANCE" "=" "100000.0"); + putenv ("BABL_DEBUG_CONVERSIONS" "=" "1"); + putenv ("BABL_TOLERANCE" "=" "0.2"); } babl_init ();